+2007-12-20 Christian Persch <chpe@gnome.org>
+
+ * configure.in:
+ * modules/other/gail/libgail-util/Makefile.am:
+ Keep the same libtool version as the standalone libgail-util had.
+ Bug #504643.
+
2007-12-20 15:30:09 Tim Janik <timj@imendio.com>
* Makefile.decl: generate HTML reports for test-report perf-report full-report.
2007-12-20 Alexander Larsson <alexl@redhat.com>
-
- * gdk/x11/gdkapplaunchcontext-x11.c:
+
+ * gdk/x11/gdkapplaunchcontext-x11.c:
Update for gio API changes
2007-12-20 Richard Hult <richard@imendio.com>
AC_SUBST(LT_VERSION_INFO)
AC_SUBST(LT_CURRENT_MINUS_AGE)
+m4_define([gail_lt_current],[18])
+m4_define([gail_lt_revision],[1])
+m4_define([gail_lt_age],[0])
+m4_define([gail_lt_version_info],[gail_lt_current:gail_lt_revision:gail_lt_age])
+m4_define([gail_lt_current_minus_age],[m4_eval(gail_lt_current - gail_lt_age)])
+AC_SUBST([GAIL_LT_VERSION_INFO],[gail_lt_version_info])
+AC_SUBST([GAIL_LT_CURRENT_MINUS_AGE],[gail_lt_current_minus_age])
#
# gdk-pixbuf gets versioned separately, and for now, using standard
$(GTK_DEP_LIBS)
libgailutil_la_LDFLAGS = \
- -version-info $(LT_VERSION_INFO) \
+ -version-info $(GAIL_LT_VERSION_INFO) \
$(no_undefined) \
$(export_symbols) \
$(LDFLAGS)
gailutil.lib: libgailutil.la gailutil.def
- lib -name:libgailutil-@LT_CURRENT_MINUS_AGE@.dll -def:gailutil.def -out:$@
+ lib -name:libgailutil-$(GAIL_LT_CURRENT_MINUS_AGE).dll -def:gailutil.def -out:$@
install-data-local: install-ms-lib install-libtool-import-lib